release: 0.53.0#100
Open
stainless-app[bot] wants to merge 6 commits intomainfrom
Open
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Mon, 01 Jun 2026 16:49:15 GMT |
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This is an automated release PR with no actual code changes to API endpoints or Temporal workflows; deploy monitoring should be opted in manually if needed. To monitor this PR anyway, reply with |
3a70920 to
881a9b9
Compare
881a9b9 to
1adb1bd
Compare
1adb1bd to
ea58a51
Compare
ea58a51 to
d51b4a4
Compare
d51b4a4 to
af6d56b
Compare
af6d56b to
389f49e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
0.53.0 (2026-05-02)
Full Changelog: v0.52.0...v0.53.0
Features
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
Medium Risk
Touches core request/response encoding internals (cache key structs in
apijson,apiform, andapiquery), which could impact serialization behavior if the map keys or reuse semantics change. Also adds new request parameters/enums that depend on correct encoding and downstream API support.Overview
Bumps the SDK version to
0.53.0(manifest,internal/version.go, README pin, changelog) and updates the tracked OpenAPI spec URL/hash.Adds server-side search support for
GET /projectsby introducing an optionalqueryparameter onProjectListParams(and updating the generated test).Extends managed auth models to accept a new MFA option/field-linked type
switchfor generic method-switcher links, and refactors internal encoder/decoder cache keys to avoid embeddingreflect.Type(to help dead-code elimination).Reviewed by Cursor Bugbot for commit 389f49e. Bugbot is set up for automated code reviews on this repo. Configure here.